﻿

.form-checkbox /*, input[type=checkbox]*/ {
    background: #fff;
    border: none;
    width: 12px;
    height: 16px;
    line-height: 18px;
    display: inline-block; /*float:left; margin:2px 0 0 2px;*/
    margin-right: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

        .form-checkbox.selected {
            background: #fff url(../Images/form-checkbox-checked.png) no-repeat 50% 50%;
        }

    .form-select {
        background: #fff;
        border: #CBCBCB 1px solid;
        display: inline-block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        height: 25px;
        min-width: 50px;
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .form-select > ul {
            background: #FFF;
            border: 1px solid #CCC;
            list-style-type: none;
            min-width: 150px;
            max-width: 500px !important;
            width: 99.5%;
            max-height: 400px;
            margin: 0px;
            padding: 0px 0px 0px 0px;
            position: absolute;
            overflow: auto;
            top: 27px;
            -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.16);
            -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.16);
            box-shadow: 1px 1px 2px rgba(0,0,0,0.16);
            z-index: 50;
        }

            .form-select > ul li {
                color: #8B8B8B;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                font-weight: normal;
                padding: 0px 5px;
                margin: 0px;
                line-height: 24px;
                cursor: pointer;
                white-space: nowrap;
                text-align: left;
            }

                .form-select > ul li:first-child {
                    font-weight: bold;
                }

                .form-select > ul li:hover {
                    background-color: #CCC;
                }

        .form-select .form-select-text {
            display: block;
            color: #8B8B8B;
            cursor: pointer; /*float:left;*/
            width: 82%;
            height: 100%;
            line-height: 24px;
            padding: 0 30px 0 10px;
            position: relative;
            overflow: hidden;
            text-align: left;
            text-decoration: none;
        }

            .form-select .form-select-text:hover {
                color: #8B8B8B;
            }

        .form-select .form-select-arrow {
            background: #fff;
            cursor: pointer;
            float: right;
            display: inline-block;
            width: 25px;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 10;
        }

            .form-select .form-select-arrow:after {
                content: " ";
                position: absolute;
                top: 10px;
                right: 6px;
                width: 0;
                height: 0;
                border-top: 6px solid #848585;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
            }

        .form-select.grey > ul {
            max-height: 200px;
            min-width: 165px;
            overflow: auto;
        }

        .form-select.grey {
            height: 25px;
            font-weight: normal;
            font-size: 12px;
            color: #333;
        }

            .form-select.grey .form-select-text {
                text-align: left;
                height: 19px;
                cursor: pointer;
                line-height: 17px;
                min-width: 165px;
                overflow: hidden;
                background-image: url(../Images/FormElements/select-grey.png);
                background-repeat: no-repeat;
                background-position: left center;
                display: inline-block;
                padding: 3px 10px;
                float: left;
                text-decoration: none;
            }

            .form-select.grey .form-select-arrow {
                height: 19px;
                width: 19px;
                padding: 3px;
                margin-top: 0px;
                float: left;
                display: inline-block;
                cursor: pointer;
            }

    .form-radio {
        width: 20px;
        height: 22px;
        line-height: 22px;
        background-image: url(../images/formelements/radio.png);
        background-repeat: no-repeat;
        background-position: center left;
        display: inline-block;
        float: left;
        padding-right: 5px;
    }

        .form-radio.selected {
            background-image: url(../images/formelements/radio-selected.png);
        }

            .form-radio.selected:hover {
                background-image: url(../images/formelements/radio-selected-hover.png);
            }

        .form-radio:hover {
            background-image: url(../images/formelements/radio-hover.png);
        }


    /* CSS ONLY */
    .registrationcontrol .form-select .form-select-text, .registrationcontrol input[type=text], .registrationcontrol input[type=password], .registrationcontrol input[type=search], .registrationcontrol select, .registrationcontrol textarea {
        font-weight: bold;
    }

    .form-select .form-select-text, input[type=text], input[type=password], input[type=search], select, textarea {
        color: #8B8B8B;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        outline: none;
    }

    input[type=text], input[type=password], input[type=search], select, textarea {
        border: #CBCBCB 1px solid;
        margin: 0;
        padding: 5px 7px 5px 7px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    textarea {
    }

    select {
        padding: 4px 7px 4px 7px;
    }

    button {
    }

    button,
    .btn, .btn:active, .btn:visited,
    .btn1, .btn1:active, .btn1:visited,
    .btn2, .btn2:active, .btn2:visited,
    .btn3, .btn3:active, .btn3:visited,
    .btn4, .btn4:active, .btn4:visited {
        border: #BEBFBF 1px solid;
        cursor: pointer;
        display: block;
        font-size: 9px;
        outline: none;
        min-height: 13px;
        min-width: 20px;
        max-width: 179px;
        padding: 2px 13px;
        text-align: center;
        text-decoration: none;
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .btn5, .btn5:active, .btn5:visited {
        border: #BEBFBF 1px solid;
        cursor: pointer;
        display: block;
        font-size: 9px;
        outline: none;
        min-height: 13px;
        min-width: 20px;
        max-width: 175px;
        padding: 2px 13px;
        text-align: center;
        text-decoration: none;
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .btn, .btn:active, .btn:visited {
        border: 1px solid #7C0000 !important;
        color: #ccc;
        background-color: rgb(145,6,10);
        background-image: -moz-linear-gradient(top, rgba(145,6,10,1) 0%, rgba(86,9,18,1) 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(145,6,10,1)), color-stop(100%,rgba(86,9,18,1)));
        background-image: -webkit-linear-gradient(top, rgba(145,6,10,1) 0%,rgba(86,9,18,1) 100%);
        background-image: -o-linear-gradient(top, rgba(145,6,10,1) 0%,rgba(86,9,18,1) 100%);
        background-image: -ms-linear-gradient(top, rgba(145,6,10,1) 0%,rgba(86,9,18,1) 100%);
        background-image: linear-gradient(to bottom, rgba(145,6,10,1) 0%,rgba(86,9,18,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91060a', endColorstr='#560912',GradientType=0 );
    }

        .btn:hover {
            color: #FFF;
            background-color: rgb(145,6,10);
            background-image: -moz-linear-gradient(top, rgba(145,6,10,0.5) 0%, rgba(86,9,18,0.7) 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(145,6,10,0.5)), color-stop(100%,rgba(86,9,18,0.7)));
            background-image: -webkit-linear-gradient(top, rgba(145,6,10,0.5) 0%,rgba(86,9,18,0.7) 100%);
            background-image: -o-linear-gradient(top, rgba(145,6,10,0.5) 0%,rgba(86,9,18,0.7) 100%);
            background-image: -ms-linear-gradient(top, rgba(145,6,10,0.5) 0%,rgba(86,9,18,0.7) 100%);
            background-image: linear-gradient(to bottom, rgba(145,6,10,0.5) 0%,rgba(86,9,18,0.7) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91060a', endColorstr='#560912',GradientType=0 );
        }

    .btn1, .btn1:active, .btn1:visited {
        background-color: #8F0509;
    }

        .btn1:hover {
            background-color: #A9050A;
        }

    .btn2, .btn2:active, .btn2:visited {
        background-color: #0375C5;
    }

        .btn2:hover {
            background-color: #0392F1;
        }

    .btn3, .btn3:active, .btn3:visited {
        background-color: #2F5B09;
    }

        .btn3:hover {
            background-color: #386A0B;
        }
    /* HOME buttons */
    .btn4, .btn4:active, .btn4:visited {
        background: url(../Images/btn-home-bg.jpg) repeat-x;
        border: none;
        color: #fff;
        font-size: 15px;
        padding: 11px 18px;
        text-align: left;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

        .btn4:hover {
            background-color: #386A0B;
        }

    .btn5, .btn5:active, .btn5:visited {
        background: url(../Images/btn-home-bg.jpg) repeat-x;
        border: none;
        color: #fff;
        font-size: 10px;
        padding: 11px 18px;
        text-align: left;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

        .btn5:hover {
            background-color: #386A0B;
        }

    .btnW25 {
        width: 25px;
    }

    .btnW65 {
        width: 65px;
    }

    .btnW85 {
        width: 85px !important;
    }

    .btnW105 {
        width: 105px;
    }

    .btnW125 {
        width: 125px;
    }

    .pW15 {
        width: 15%;
    }

    .pW30 {
        width: 30%;
    }

    .pW45 {
        width: 45%;
    }

    .pW60 {
        width: 60%;
    }

    .pW75 {
        width: 75%;
    }

    .pW90 {
        width: 90%;
    }

    .pW100 {
        width: 100%;
    }

    .tancReminderError {
        color: #fff;
        float: left;
    }

    .regPageActionRegister, .regPageActionRegister:hover, .regPageActionRegister:active {
        background-color: #ccc;
        background-image: none;
        border: 1px solid #ccc !important;
        color: Black;
    }


@media(max-width:767px) {
    .form-checkbox {
        border: 1px solid #cbcbcb !important;
    }

    .btn4, .btn4:active, .btn4:visited {
        font-size: 11px;
    }
}

    /* 
<input type="text">

<input type="password">

<select>
	<option>select options below</option>
	<option>option 1</option>
	<option>option 2</option>
</select>
<br/>
<textarea rows="5" cols="50"></textarea>
<br/>
<input type="checkbox">
<br/>
<button>TEST</button>
<br/>
<a href="" class="btn">TEST</a>

Call in include
<script type="text/javascript">
	$("select, .selectA select, .selectB select").dropdown();
	$("input:checkbox").checkbox();
</script>

*/
